home *** CD-ROM | disk | FTP | other *** search
/ The Business Master (3rd Edition) / The Business Master (3rd Edition).iso / files / utilenus / cmfiler / cf536-s.exe / ERRATA.536 < prev    next >
Text File  |  1993-03-23  |  9KB  |  178 lines

  1.  
  2.  
  3.  
  4.                      *******************************
  5.                      *                             *
  6.                      *  CMFiler -- Version 5.36    *
  7.                      *                             *
  8.                      *******************************
  9.  
  10.      The following features have been added or improved since the printing of
  11.      the CMFiler Version 5.35 User's Manual:
  12.  
  13.      Support for VGA 25/43/50-Line Display: 
  14.      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
  15.      If your VGA monitor is set up in one of the standard display
  16.      configurations, CMFiler will recognize it and permit on-the-fly changes
  17.      to 25-, 43- or 50-line display through the Shift-O user Options screen,
  18.      last line.  The selection is recorded as the default for the next
  19.      execution of CMFiler.  You can also force your VGA into a specific
  20.      display with one of the explicit command line arguments @V25, @V43 or
  21.      @V50.
  22.  
  23.      Expanded Support for Laptop Displays: 
  24.      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  25.      There are two classes of laptop computers for which CMFiler has not
  26.      previously provided adequate support because of their unconventional
  27.      (compared to desktops) displays with respect to the high-intensity bit of
  28.      the color attribute.  The high-intensity bit is the way a monitor gives
  29.      you bright white on blue instead of normal white, for example, or bright
  30.      yellow instead of brown.  The high-intensity bit is crucial to many of
  31.      CMFiler's displays.
  32.  
  33.      The first class of these unconventional laptops, of which some Epsons and
  34.      Packard-Bells are members, do not respond to or show little effect of the
  35.      high-intensity bit.  For this case we have devised an alternative color
  36.      attribute set, invoked by E (for Epson, the first of these laptops we
  37.      contended with) on the next-to-last lline of the Shift-O user Options
  38.      menu, or @E on the command line.
  39.  
  40.      The second class responds in inverted sense to the high-intensity bit,
  41.      and it is found in Tandy black-and-white LCDs and some color LCDs.  For
  42.      this case we have added a switch to the Shift-O Options menu above the
  43.      monitor type selection.
  44.  
  45.      If you have a laptop that is not giving you an easily readable display,
  46.      try various combinations of color sets and positions of the "high-
  47.      intensity inverted" switch.  If none of these works, please contact
  48.      NoVaSoft with the symptoms.
  49.  
  50.      Choice of Sort Algorithm:
  51.      ~~~~~~~~~~~~~~~~~~~~~~~~~
  52.      The user may pick between "bubblesort" and "quicksort" sorting
  53.      algorithms, depending on which proves faster in actual use.  The original
  54.      bubblesort was replaced with quicksort in Ver 5.35a based on a
  55.      theoretical gain in sort time , but quicksort's performance has proved
  56.      too variable and is in many cases slower than bubblesort.  For this
  57.      reason, bubblesort was put back in as an alternative sort method.  You
  58.      may toggle between the two by pressing A in the Ctrl-O Order mode screen.
  59.  
  60.      Quicksort works particularly well in a large directory where the natural
  61.      DOS order is nearly the same as the order in which files are being sorted
  62.      by CMFiler.  One way to reestablish a particular order to a large
  63.      subdirectory is to move all the files.  Just create a new directory in
  64.      the same level as the directory to be reordered, tag and move all the
  65.      files to the new directory, delete the old one and rename the new to the
  66.      old name.  This has the effect of reconstructing the directory table in
  67.      the order in which the files are moved.
  68.  
  69.      New Floppy-filling Function:
  70.      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  71.      A new function has been added to fill target floppies in A or B drive
  72.      from a source hard disk directory.  Floppies must be already formatted,
  73.      but need not be completely empty.  The function is "smart", in that it
  74.      looks first to see if any files tagged for filling from the source
  75.      directory already exist on the floppy, updates them only if needed, and
  76.      then adds files as tightly as they will fit, untagging files in the
  77.      source as they are successfully copied.
  78.  
  79.      Put the first floppy to be filled in A or B, and set up this drive as the
  80.      target.  Set up the directory with the files to copy as the source, tag
  81.      all the files to be used as "fill", and press Shift-I.  CMFiler first
  82.      asks how much space you want to reserve for growth on each floppy disk,
  83.      and then proceeds with filling the first.  After each floppy disk is
  84.      filled, you may either keep going or escape.  You may even suspend the
  85.      operation and, as long as you don't disturb any tags on the source
  86.      directory, then resume it where you left off.
  87.  
  88.      New Method of Clearing Slack Space During Copy:
  89.      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  90.      The old method of ensuring no sensitive or classified information was
  91.      inadvertently carried into the "slack space" of the last sector written
  92.      during file copy operations was to clear the DOS input/output buffers
  93.      before writing.  The location of this buffer structure varies somewhat
  94.      among operating systems.  CMFiler's ability to find it in networks was
  95.      not fully reliable, and DR DOS reacts very badly to this technique.
  96.  
  97.      The new method for clearing the last-sector slack space is system-
  98.      independent, uses standard functions only, and actually results in
  99.      shorter file copying times.  It is always invoked, and the I/O buffer
  100.      clearing switch in the Shift-O menu has been redefined as a "wipe-file"
  101.      switch below.
  102.  
  103.      Wipe-File Feature: 
  104.      ~~~~~~~~~~~~~~~~~~
  105.      A wipe-file option has been added which causes all of the data in any
  106.      file being deleted or overwritten during a copy or move to be completely
  107.      obliterated before the DOS file delete service is invoked.  It is not a
  108.      widely recognized fact that the DOS delete service simply changes the
  109.      first character in the filename in the directory listing, and resets the
  110.      File Allocation Table entries for the clusters previously used by the
  111.      file, but otherwise leaves the clusters containing the actual data alone.
  112.      Thus, a disk showing no files may actually have a wealth of data, if one
  113.      is smart and patient enough to read each cluster and figure out how they
  114.      fit together.  This option may be exercised with the switch on line 3 of
  115.      the Shift-O user Options menu.
  116.  
  117.  
  118.           CMFiler -- Errata                  1-2            
  119.      Individual Configuration on Networks:
  120.      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  121.      Different users on a network may specify their own .CFG configuration
  122.      file through a parameter passed in the environment.  The parameter is
  123.      called CF-CFG, and should include the complete file specification.  For
  124.      example, if C:\PROGRAMS is the network common area for programs, and
  125.      CMFiler is in this directory as CF.COM and CF.OVY, and U is a user's
  126.      logical drive, and the directory SETTINGS is where that user keeps
  127.      miscellaneous program configuration data, the batch file:
  128.  
  129.                SET CF-CFG=U:\SETTINGS\CF.CFG
  130.                C:\PROGRAMS\CF
  131.  
  132.      will run CMFiler from the common program area, and tell CMFiler to look
  133.      on U:\SETTINGS for CF.CFG.  (The file CF.CFG is created if it is not
  134.      already there.)
  135.  
  136.      Miscellaneous:
  137.      ~~~~~~~~~~~~~~
  138.      1.   The trash can is renamed ~TRASH~ to put it at the end of the
  139.      alphabetical directory list.
  140.  
  141.      2.   The directory size limit has been increased from 1200 to 2400 files,
  142.      if sufficient memory is available.  The size limit in the tree mode has
  143.      been increased from 505 to 1700 directories.
  144.  
  145.      3.   In the editor, the Home and End keys now produce the following
  146.      sequential effect: go to beginning/end of line, top/bottom of page,
  147.      beginning/end of file.
  148.  
  149.      4.   Shift-R (Refresh panel from disk) is added for main module, and
  150.      reconfigured from Alt-R in tree.
  151.  
  152.      5.   The file lists in ZIP, ARJ, LZH, ARC and EXE self-extracting files
  153.      may now be seen just by putting the cursor on the file and pressing
  154.      Enter.  This facility sees the filenames even when compressed files of
  155.      different types are packed into a single file.
  156.  
  157.      6.   The file date/time facility is expanded to allow mass date/time
  158.      setting of tagged files.
  159.  
  160.      7.   CMFiler protects antivirus signature/integrity data files.  The
  161.      default name assumed for the Stiller Research Integrity Master's
  162.      integrity data files is updated to the name ZZ##.IM from )(.ID,
  163.      consistent with Integrity Master's default naming convention in version
  164.      1.24a and later.  It may be changed with the command Alt-I (for "IDname
  165.      change").
  166.  
  167.  
  168.  
  169.  
  170.  
  171.  
  172.  
  173.  
  174.  
  175.  
  176.  
  177.           CMFiler -- Errata                  1-3            
  178.